org.eclipse.vtp.desktop.core.configuration.media
Class PromptBindingItem
java.lang.Object
org.eclipse.vtp.desktop.core.configuration.media.BindingItem
org.eclipse.vtp.desktop.core.configuration.media.PromptBindingItem
- All Implemented Interfaces:
- java.lang.Cloneable
public class PromptBindingItem
- extends BindingItem
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PromptBindingItem
public PromptBindingItem()
getEntries
public java.util.List getEntries()
addEntry
public void addEntry(PromptBindingItemEntry entry)
addEntry
public void addEntry(PromptBindingItemEntry entry,
int index)
removeEntry
public void removeEntry(PromptBindingItemEntry entry)
clearEntries
public void clearEntries()
clone
public java.lang.Object clone()
- Specified by:
clone in class BindingItem